Skip to content

feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.15.0 )#239

Open
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-n8n-io-n8n-2.x
Open

feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.15.0 )#239
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-n8n-io-n8n-2.x

Conversation

@parsec-renovate
Copy link
Copy Markdown
Contributor

@parsec-renovate parsec-renovate bot commented Dec 22, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 2.1.12.15.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

n8n-io/n8n (ghcr.io/n8n-io/n8n)

v2.14.0

Bug Fixes
  • AI Agent Node: Extract tool name correctly for MCP tool calls (#​27345) (46a0aa5)
  • Anthropic Node: Update credential test to use available model (#​27234) (c2731df)
  • AWS Bedrock Chat Model Node: Extract region from modelName ARNs (#​26972) (4901814)
  • core: Add missing fields to public API workflow schema (#​27157) (4eb815c)
  • core: Add plain text body to password reset and notification emails (#​27125) (eddb26d)
  • core: Allow expressions in OAuth credential URL fields (#​27354) (1bf602e)
  • core: Allow expressions in tool default values on chat hub tools (#​27167) (90b2b9c)
  • core: Assign webhook ID to API-created webhook nodes (#​27161) (88f9f2e)
  • core: Clean up resolver references on deletion (#​26524) (61a5261)
  • core: Confirm messages immediately when no destination is listening (#​27334) (d2da928)
  • core: Disable dynamic banners when diagnostics are disabled (#​26741) (09e2c2b)
  • core: Emit leader-takeover on leadership mismatch in checkLeader (#​27126) (04bf206)
  • core: Fix an issue with workflow execution status (#​27349) (b3ced35)
  • core: Fix IDOR in test-runs endpoint by consolidating access checks (#​27305) (95ac4a4)
  • core: Fix unhandled rejection in task broker on runner disconnect (#​27278) (6fcc860)
  • core: Force full execution data fetching for evaluation test runs (#​27335) (87afcd8)
  • core: Handle external hook file paths on Windows (#​26983) (dd419ae)
  • core: Handle invalid JSON responses from OAuth2 token endpoints (#​27089) (94f4ff8)
  • core: Move OIDC SSO provisioning outside user creation transaction (#​27279) (844b5b9)
  • core: Preserve nested proxy/redirect shape in log streaming webhook (#​27109) (2f7db77)
  • core: Retry multi-main follower license check during startup (#​26990) (5800ab8)
  • core: Send client_id and client_secret in body for OAuth2 PKCE flow (#​27366) (a009988)
  • core: Stop auto applying credentials for updated MCP workflows (#​27258) (5af2a8a)
  • core: Use published version for error workflow execution (#​27196) (95fca83)
  • core: VM test Group G — RCE prevention & expression fixture fixes (#​27178) (1acdafe)
  • editor: Fix type mismatch (#​27324) (e254fd0)
  • editor: Add data to a data table by csv upload (#​26495) (5fa8855)
  • editor: Adjust external secrets input styling (#​27110) (9854450)
  • editor: Clear resource locator cache after URL redirect creation (#​27175) (d8f8ff0)
  • editor: Command bar wasn't finding any workflows (#​26788) (b2d7bde)
  • editor: Fix double execution of afterMessageSent hook (#​26103) (efb3f38)
  • editor: Fix stop button size mismatch in split-trigger mode (#​27328) (0e1ef91)
  • editor: Fix tooltip on credits counter info icon (#​27244) (e60d9e7)
  • editor: Fix workflow tag filtering excluding workflows inside folders (#​27333) (01c623f)
  • editor: Improve colorings update logic in resolvableHighlighter … (#​27331) (fc52652)
  • editor: Node references in expressions not updated when the renamed node has quotes (#​27371) (eafd32e)
  • editor: Prevent clicks on pinned rows in data tables (#​26347) (7e9f14c)
  • editor: Prevent toggle animation on Security & Policies page load (#​27350) (76c10d5)
  • editor: Prevent unwanted UI elements appearing when execute button is loading (#​27003) (dcd306b)
  • editor: Properly align line after bullet point in Sticky markdown (#​27231) (45023af)
  • editor: Properly align line after bullet point in Sticky markdown (#​27231) (03584b4)
  • editor: Remove inconsistent scrim on node creator open (#​27086) (bc76e62)
  • editor: Remove toast bottom offset when AI chat panel is open (#​27132) (51a65d9)
  • editor: Restore animation duration units for design system dialogs (#​27320) (fee5f2e)
  • editor: Show warning toast when executed node was not reached (#​27094) (969c32f)
  • editor: Sort loop node outputs by execution order in setup panel (#​27418) (efa5d02)
  • editor: Support per-corner border radius in N8nInput (#​27321) (5d78362)
  • editor: Unify input component background surfaces (#​27237) (e4c4be9)
  • editor: Update StopManyExecs modal formatting, (#​26994) (eea5fff)
  • editor: Use new move-to-folder modal in canvas header (#​27091) (0eb9b1b)
  • Execute Workflow Node: Fallback to latest draft if there no active sub-workflow version (#​27134) (20b5037)
  • Extract from File Node: Skip empty lines in CSV parsing to prevent errors (#​26511) (9be76c5)
  • Fix credential displayNames with missing spaces (#​27259) (95f70b0)
  • Fix issue with hideOnCloud not working for node display options (#​27124) (91d4c1b)
  • Gmail Node: Update draft resource hint (#​27435) (050aef7)
  • HTTP Request Node: Fail on non-2xx status codes during pagination with "other" completion (#​27352) (c47176e)
  • Jira Node: Add continueOnFail support for all operations (#​27108) (588308e)
  • Partial execution of Chat node and Chat tool (#​26334) (a7b9e00)
  • Postgres Node: Expressions are not resolved in v1 (#​26496) (827e868)
Features
  • Add @n8n/cli: a client CLI to manage n8n from the terminal (#​26943) (20f1092)
  • Add design principles section to AGENTS.md with the security guidelines (#​25997) (30b8dc4)
  • Add new execution filter by workflow version (#​26904) (556b4d3)
  • Add publish workflow to node-cli (#​27288) (b13b280)
  • API: Add GET /api/v1/discover endpoint for capability discovery (#​27014) (9b6888f)
  • core: Add chat hub settings to disable Responses API and change memory context window (#​26525) (5c0e0bc)
  • core: Add filtering parameters to get_execution MCP tool (#​27192) (322aac1)
  • core: Add lint rules for missing node and credential icons (#​27340) (2742741)
  • core: Add node that allows checking dynamic credentials inside node (#​27165) (acaa0db)
  • core: Add project context to execution log metadata (#​27169) (b6e8074)
  • core: Add search_projects, search_folders MCP tools and folderId to create_workflow (#​27248) (dce55d2)
  • core: Add signature validation for waiting webhooks and forms (#​24159) (5b6ee17)
  • core: Add signing key and certificate fields to SAML preferences with encryption and validation (#​27316) (b484e89)
  • core: Add structured error responses for authorization failures (#​27170) (72bdad9)
  • core: Allow manual configuration of HashiCorp Vault KV mount path and version (#​26798) (ceb17e7)
  • core: Batch public API telemetry events on pulse cycle (#​27226) (6ede5e1)
  • core: Introduce CredentialDependency entity to track credential dependencies (#​27151) (835094c)
  • core: Remove license check for API key scopes (#​27306) (e04dddc)
  • core: Wire builtin globals onto __data in VM expression isolate (#​26954) (5ffe546)
  • databricks Node: Add basic databricks node (#​27004) (76af1e6)
  • editor: Add history version info to execution page (#​26768) (036a0db)
  • editor: AI workflow builder setup wizard (#​26832) (2ff73d5)
  • editor: Display workflow, credential and data table dependencies (#​26912) (f79b4d7)
  • editor: Redesign builder Q&A wizard with number badges and keyboard navigation (#​26952) (100bf96)
  • editor: Show redacted state in execution viewer with reveal flow (#​26543) (28f50f5)
  • editor: Use server-side search for project sharing dropdowns (#​27093) (ec0831f)
  • Enable secure invite links (#​27107) (a8f5ee3)
  • Microsoft Agent 365 Trigger Node: Mcp tools logs (#​27215) (b67863b)
  • Perplexity Node: Update Perplexity node for full API coverage (#​26970) (483250d)
Performance Improvements

v2.13.0

Bug Fixes
  • Bug with odd error message on project limit cloud (#​26911) (39e8f95)
  • Airtable Node: Revert flattening output from search and get operations (#​26697) (1978660)
  • core: Exclude disabled secret connections from autocomplete, resolution, and registry (#​26783) (0bc948b)
  • core: Fix entity import failing in Kubernetes due to ZIP self-inclusion and local header size placeholders (#​26628) (319e400)
  • core: Fix MCP validate_workflow tool output schema warnings (#​26938) (d849487)
  • core: Fix task runner hanging when connection attempt fails (#​26848) (28d63fa)
  • core: Ignore parameter name when renaming binary file (#​26647) (f0aca64)
  • core: Make ChatHub work with LM Studio's OpenAI compatible endpoint (#​26887) (89e0368)
  • core: Prefix external secrets retry logs (#​26802) (ec909ec)
  • core: Preserve NODE_PATH for globally installed npm packages in Docker (#​26898) (3612e4b)
  • core: Prevent OAuth token wipe during source control pull (#​26566) (bf53447)
  • core: Simplify $items global type declaration in expression runtime (#​27087) (82dfa76)
  • core: Skip task runner startup on main in offload mode (#​26876) (f5baa1b)
  • core: Support all known execution statuses on public API (#​27080) (e843b67)
  • core: Use correct published nodes for workflow indexing (#​26767) (982922b)
  • editor: Fix toogle share action based on scopes (#​26902) (cd2c22c)
  • editor: Hide redaction policy when the feature env variable is not there (#​26933) (b424d2f)
  • editor: I18n for sign out label in bottom menu (#​26885) (5993309)
  • editor: Preserve resource mapper values during floating node navigation (#​26789) (33ba2d5)
  • editor: Remove migrate-button-v2 script (#​26779) (fab08c4)
  • editor: Remove stray closing brace in bug report URL generation (#​26916) (69d0581)
  • editor: Repair fromAI override and button styling (#​26682) (5ab71b4)
  • editor: Show version name instead of current changes label for named versions (#​26785) (1d24edb)
  • editor: Use text shade token in N8nInput (#​26934) (8c3c0dc)
  • Fix segfault in arm64 image due to missing native addon (#​26765) (844c5e2)
  • Gate /healthz/readiness behind fullyReady flag (#​26742) (e7545ba)
  • HTTP Request Node: Improve invalid JSON field error messages (#​26817) (03b6e2d)
  • Improve SSRF blocked IP error message (#​26837) (edd74ec)
  • Lazy load heavy imports and add future guidance (#​26903) (2d6a0e1)
  • MCP - Resolve webhook id during workflow creation and update (#​26838) (86f1c24)
  • Microsoft Agent 365 Trigger Node: Fix memory, update MCP tool listing, replace deprecated MS library functions (#​26422) (b039bd7)
  • MongoDBVectorStore Node: Replace MongoDB Atlas Vector Store singleton with per-execution client (#​26906) (33391e6)
  • Notion Node: Allow underscores in page URL slug validation (#​27051) (b7e3e63)
Features

v2.12.0

Bug Fixes
Features
  • Add lint rule to disallow httpRequest with manual authentication (#​26624) (82eae73)
  • Add option to hide credential overwrites (#​26489) (78b7f88)
  • Add optional --publish flag to n8n-node release command (#​26688) (ec0cf13)
  • Add support for publishing community nodes through GitHub Actions (#​26597) (0057bf3)
  • Chat Node: Return chat message instead of input data if Chat is not waiting for user input (#​26167) (cc22c31)
  • core: Add (un)publish workflow tools to MCP (#​26681) (724f361)
  • core: Add 1Password external secrets provider (#​26307) (1f1021e)
  • core: Add a separate MCP tool for full execution data (#​26674) (9e2aa8e)
  • core: Add configurable HTTP status code for OAuth2 token refresh (#​26641) (9dc8b44)
  • core: Add SSRF protection config (#​26424) (f2a6b3e)
  • core: Add suggested prompts to Personal Agents on Chat hub (#​26444) (d00cded)
  • core: Add validation on workflow with dynamic credentials (#​26423) (71cec8b)
  • core: Emit audit event when execution data is revealed (#​26425) (01f912c)
  • core: Explicit fail on production executions with failing dynamic (#​26500) (9e500cc)
  • core: Expose isEnabled on Secrets Provider Connection (#​26680) (6fa0d2e)
  • core: Implements telemetry group identify calls (#​26634) (8387901)
  • core: Improve secret proxy (#​26522) (4fe6b4f)
  • core: Integrate SSRF protection into request helpers (#​26581) (809ea48)
  • core: Static fallback on dynamic credentials for manual executions (#​26406) (f72dfc7)
  • editor: Add 'New' badge to project roles and upgrade landing page (#​26348) (e1221d6)
  • editor: Allow switching versions in workflow history diff view (#​26418) (26de9dc)
  • editor: Implement read-only mode for external secrets connections (#​26432) (4ffe54b)
  • editor: Make it possible to pick Chat hub model by ID even if no models are loaded (#​26435) (45fa641)
  • Implement additional checkbox confirmation for quick connect flow (#​26472) (fcf2d31)

v2.11.0

Bug Fixes
  • Add missing chat tool input logs (#​26229) (c3ddc49)
  • Admin should be able to install community nodes (#​26296) (e01ce10)
  • ai-builder: Fix chat fade, keyboard shortcuts, node tidy-up, and feedback styling (#​26200) (c30870c)
  • Assignments control buttons top padding fix (#​26165) (265aea3)
  • core: Disallow file uploads on Chat hub when chat trigger doesn't permit them (#​25714) (218569c)
  • core: Dispatch composite targets in onError() instead of dropping them (#​25981) (b585be5)
  • core: Don't show setup in demo mode (#​26233) (36bde68)
  • core: Increase timeout for workflow execution tests (#​26150) (7af85fc)
  • core: Make n8n-workflow a peer dependency in ai-utilities (#​26404) (b62d857)
  • core: Resolve multi-main startup race condition in AuthRolesService (#​26176) (5a85a4f)
  • core: Skip onboarding screen for SAML users with IdP-provided names (#​26245) (e9627a6)
  • Dependency bumps in transitive dependencies (#​26149) (4f4644b)
  • editor: Add aria-label to icon-only buttons missing accessible labels (#​26145) (3bcc76e)
  • editor: Allow clearing credential resolver in workflow settings (#​26343) (c2e31e9)
  • editor: Batch community node requests to respect strapi arraySize (#​26168) (a3d5937)
  • editor: Change node list shortcut from Tab to N to unlock keyboard navigation (#​26148) (0243412)
  • editor: Compact i18n secrets count (#​25883) (fa46fc4)
  • editor: Custom sticky text color (#​25961) (b298a5d)
  • editor: Fix shift+space key combo in canvas (#​26169) (8803226)
  • editor: Fix CSV export for data tables downloading wrong table (#​26325) (470fc50)
  • editor: Fix grid alignment on Safari 18.6 (#​26234) (4e489a6)
  • editor: Fix input panel error output (#​23116) (e97b6b8)
  • editor: Fix project assignment when duplicating workflow from overview (#​26341) (049af43)
  • editor: Fix workflow diff navigation left arrow hover state (#​26253) (82db0b9)
  • editor: Hide client secret field in resolver when user info endpoint is selected (#​26340) (c320383)
  • editor: Prevent scrollbar flashing when toasts are shown (#​26338) (bfa4550)
  • editor: Replace jsonpath with jsonpath-plus to resolve CVE (#​26399) (4e0cd02)
  • editor: Resolve credential modal expressions without workflow co… (#​26191) (e0ef26b)
  • editor: Setup panel visual tweaks (no-chaneglog) (#​26107) ([2e07bb8](ht

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 22, 2025

--- kubernetes/apps/selfhosted/n8n/app Kustomization: flux-system/n8n HelmRelease: selfhosted/n8n

+++ kubernetes/apps/selfhosted/n8n/app Kustomization: flux-system/n8n HelmRelease: selfhosted/n8n

@@ -41,13 +41,13 @@

               N8N_LOG_OUTPUT: console
               N8N_PORT: 8080
               N8N_PROTOCOL: https
               N8N_RUNNERS_ENABLED: true
             image:
               repository: ghcr.io/n8n-io/n8n
-              tag: 2.1.1
+              tag: 2.15.0
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 5m
                 memory: 128Mi

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 22, 2025

--- HelmRelease: selfhosted/n8n Deployment: selfhosted/n8n

+++ HelmRelease: selfhosted/n8n Deployment: selfhosted/n8n

@@ -68,13 +68,13 @@

         - name: N8N_PORT
           value: '8080'
         - name: N8N_PROTOCOL
           value: https
         - name: N8N_RUNNERS_ENABLED
           value: 'true'
-        image: ghcr.io/n8n-io/n8n:2.1.1
+        image: ghcr.io/n8n-io/n8n:2.15.0
         name: app
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 5m

@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 1c824ec to d5ef31e Compare December 22, 2025 16:05
@parsec-renovate parsec-renovate bot changed the title fix(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.1.2 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.2.0 ) Dec 22, 2025
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from d5ef31e to 9bef22a Compare December 23, 2025 15:05
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.2.0 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.2.1 ) Dec 23, 2025
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 9bef22a to ce0ef38 Compare January 2, 2026 09:07
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.2.1 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.2.2 ) Jan 2, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from ce0ef38 to 8f32f34 Compare January 5, 2026 16:07
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.2.2 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.3.0 ) Jan 5, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 8f32f34 to b959d0b Compare January 7, 2026 18:08
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.3.0 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.3.1 ) Jan 7, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from b959d0b to d176613 Compare January 9, 2026 14:06
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.3.1 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.3.2 ) Jan 9, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from d176613 to 91e937e Compare January 12, 2026 15:07
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.3.2 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.0 ) Jan 12, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 91e937e to fa1b31c Compare January 13, 2026 18:08
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.0 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.1 ) Jan 13, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from fa1b31c to f5a10e9 Compare January 14, 2026 18:07
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.1 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.2 ) Jan 14, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from f5a10e9 to de9e371 Compare January 15, 2026 12:08
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.2 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.3 ) Jan 15, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from de9e371 to bbb9d98 Compare January 16, 2026 15:08
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.3 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.4.4 ) Jan 16, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from bbb9d98 to bd577d1 Compare January 20, 2026 14:11
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 1e9db70 to 8a0bcef Compare February 2, 2026 14:18
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.6.3 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.7.0 ) Feb 2, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 8a0bcef to abadd78 Compare February 3, 2026 12:12
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.7.0 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.7.1 ) Feb 3, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from abadd78 to 8f8671d Compare February 5, 2026 14:20
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.7.1 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.7.2 ) Feb 5, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 8f8671d to e463d97 Compare February 9, 2026 09:22
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.7.2 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.7.3 ) Feb 9, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from e463d97 to 4ff8e9b Compare February 11, 2026 09:20
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.7.3 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.8.0 ) Feb 11, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 4ff8e9b to 2ff0bf3 Compare February 11, 2026 14:26
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.8.0 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.8.1 ) Feb 11, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 2ff0bf3 to 9d2024a Compare February 12, 2026 15:20
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.8.1 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.8.2 ) Feb 12, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 9d2024a to b5ba8b7 Compare February 13, 2026 17:19
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.8.2 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.8.3 ) Feb 13, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from b5ba8b7 to 65fed08 Compare February 16, 2026 19:16
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.8.3 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.9.0 ) Feb 16, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 65fed08 to 90d277a Compare February 18, 2026 13:31
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.9.0 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.9.1 ) Feb 18, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 90d277a to 5c710b5 Compare February 23, 2026 14:21
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.9.1 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.9.2 ) Feb 23, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 5c710b5 to e747907 Compare February 23, 2026 18:23
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.9.2 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.10.0 ) Feb 23, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from e747907 to efab252 Compare February 25, 2026 09:20
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.10.0 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.10.1 ) Feb 25, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from efab252 to e2af756 Compare February 27, 2026 12:12
@parsec-renovate parsec-renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.10.1 ) feat(container): update image ghcr.io/n8n-io/n8n ( 2.1.1 ➔ 2.10.2 ) Feb 27, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from e2af756 to c04e216 Compare March 2, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants